Chess 1.0
By A. Hall

        --------------
         Description: 
	--------------
A game of chess for two players.

       -----------------------
        Playing Instructions: 
       -----------------------
Run the program.

The board will be drawn, and then you will see a screen which tells you who's move it is. Press enter and you will see the board again. Now you will make a move.

To make a move, you first enter a letter then a number which represnts the place you are moving from. The letters and numbers are arranged like this:

	  1  2  3  4  5  6  7  8
	A
	B
	C
	D
	E
	F
	G
	H

so that the top left place is A1 and the bottom right place is H8.

After you have entered the pair that reprerents the place you want to move from, the screen will flash. Now enter the place you want to move to, again with a letter and then a number.

       --------
        Notes: 
       --------
Pieces are represented by two letters. The first letter tells the color of the piece (B-black, W-white), and the second letter tells which piece it is (P-pawn, R-rook, B-bishop, N-knight, K-king, Q-queen).

The calcultor does not know the rules.

This game uses Matrix C. If you have data in Matrix C, copy it to a different matrix  before playing. The saved games are also stored in Matrix C.

       --------------
	Other Stuff:
       --------------
If this game somehow damages your calculator (it should not), I am not responsible.

You can use or change this program or parts of this program however you want. If you do, it would be nice if you gave me some credit.

       -------------------------
	Questions and Comments:
       -------------------------
If you have any questions or helpful comments, my e-mail is:  bukwirm@msn.com